ComponentOne ASP.NET MVC Controls
ItemTemplateId Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : ItemTemplateId Method
The value.
Configurates C1.Web.Mvc.ListBox<T>.ItemTemplateId. Sets the id of the template used to generate each list item.
Syntax
'Declaration
 
Public Function ItemTemplateId( _
   ByVal value As String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> ItemTemplateId( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members